home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
networking
/
amitcp
/
wu-ftpd-37.21.lha
/
wu-ftpd
/
src
/
authenticate.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-02
|
339 b
|
8 lines
/* When of the supported authentication methods the ftp server will attempt
* to use. Define as 1 to enable, 0 to disable. */
#define USE_A_RFC931 0 /* Use RFC931-style authentication */
/* Bitmasks used to identify authentication methods that returned a result */
#define A_RFC931 1 << 0; /* RFC931 */